home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / LookDisk / Look disk setup.exe / #setuppath# / LDW.EXE / 0 / RCDATA / TDLGSHARE2 / TDLGSHARE2.txt
Encoding:
Text File  |  2003-04-25  |  2.4 KB  |  93 lines

  1. object DlgShare2: TDlgShare2
  2.   Left = 220
  3.   Top = 88
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'LookDisk Shareware-Version'
  7.   ClientHeight = 408
  8.   ClientWidth = 554
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   TextHeight = 16
  17.   object Memo1: TMemo
  18.     Left = 8
  19.     Top = 8
  20.     Width = 539
  21.     Height = 321
  22.     Font.Color = clBlack
  23.     Font.Height = -12
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     Lines.Strings = (
  27.       
  28.         'Sie konnten LookDisk w∩┐╜hrend 30 mal testen. Ich hoffe, dass Ihne' +
  29.         'n LookDisk so gut'
  30.       
  31.         'gefallen hat, dass Sie nun die Vollversion bestellen m∩┐╜chten. So' +
  32.         'llte dies der Fall sein'
  33.       'haben Sie folgende M∩┐╜glichkeiten die Vollversion zu bestellen:'
  34.       '   Bestellung per Post:'
  35.       '       Senden Sie das ausgef∩┐╜llte Bestellformular an:'
  36.       '       Iuorno Software'
  37.       '       Z∩┐╜rcherstr. 15'
  38.       '       CH-8500 Frauenfeld/Schweiz'
  39.       ''
  40.       '  Bestellungen ∩┐╜ber CompuServe:'
  41.       
  42.         '       Gehen Sie ins SWREG (GO SWREG) und geben Sie bei der Id-N' +
  43.         'r. 8491 ein.'
  44.       ''
  45.       
  46.         'Sollte es nicht m∩┐╜glich sein das Bestellformular (BESTELL.TXT) z' +
  47.         'u drucken so senden'
  48.       'Sie bitte einen Check ∩┐╜ber DM 40.-- an obengenannte Adresse.'
  49.       ''
  50.       
  51.         'Mitteilungen, Anregungen und Kritiken senden Sie bitte auch an o' +
  52.         'bengenannte Adresse'
  53.       'oder ∩┐╜ber CompuServe an: 100315,3460 oder ∩┐╜ber Internet an:'
  54.       '100315.3460@compuserve.com'
  55.       ''
  56.       'Vielen Dank im voraus f∩┐╜r Ihre Bestellung!')
  57.     ParentFont = False
  58.     ParentShowHint = False
  59.     ReadOnly = True
  60.     ShowHint = False
  61.     TabOrder = 0
  62.     WordWrap = False
  63.   end
  64.   object BitBtn1: TBitBtn
  65.     Left = 24
  66.     Top = 356
  67.     Width = 89
  68.     Height = 33
  69.     Caption = '&Ende'
  70.     Font.Color = clBlack
  71.     Font.Height = -13
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 1
  76.     Kind = bkClose
  77.   end
  78.   object BitBtn2: TBitBtn
  79.     Left = 158
  80.     Top = 356
  81.     Width = 201
  82.     Height = 33
  83.     Caption = '&Bestellformular drucken'
  84.     Font.Color = clBlack
  85.     Font.Height = -13
  86.     Font.Name = 'Arial'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 2
  90.     OnClick = BitBtn2Click
  91.   end
  92. end
  93.